home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / bbs / server / hellbbs / docs / menus.hlp < prev    next >
Encoding:
Text File  |  1996-05-12  |  1.7 KB  |  54 lines

  1. The MENUS.BBS file is built like this:
  2.  
  3. *Submenu Name,accesslevel,command(s)
  4. Entry in Submenu,accesslevel,command(s)
  5.  
  6. *Next Submenu,accesslevel,command(s)
  7. ...
  8.  
  9. There are two special entires:
  10. ------------------------------
  11.  
  12. !Back to main-menu,command(s)
  13.  
  14. This just gives the text-for the command to go back to the main-menu from
  15. a submenu. Notice, there is no access-level, because everybody should
  16. be able to do this!
  17.  
  18. ?Logoff,command(s)
  19.  
  20. This is the text which is added to the main-menu to be able to log off!
  21. There is no access-level for this option too!
  22.  
  23. Commands in MENUS-BBS:
  24. ----------------------
  25.  
  26. A command is either a number which defines an internal function or a
  27. command char followed by it's parameter.
  28. A list of the internal function-numbers is in the example MENUS.BBS.
  29. The command chars up to now:
  30.  
  31. %FILENAME    Will display any (ANSI) file to the screen
  32. $FILENAME    Will display a text-file to the screen, splitted in pages!
  33. ÝFILENAME.SCR    Will execute a BBS script
  34. >PATHNAME    Will set a path, starting from the main-path!
  35.  
  36. Multiple commands may be separatated by | Do not use any space-chars!
  37.  
  38. 1|101|201
  39.  
  40. This command sequence will first check new personal-mail, then look
  41. for new public-messages and finally see, if there are any new files...
  42.  
  43. BIG EXTRA:
  44. ----------
  45.  
  46. Some commands can also be inserted in an ANSI-file!
  47. They will be execeuted when displaying the file!!
  48.  
  49. Just write %&date  in any ansi file, and it will be replaced by the actual
  50. date! Also other system-vars will work...
  51.  
  52. If you write %&%FILENAME  in any ansi-file, this will be replaced by the
  53. content of this (text)file! Very useful for including changing information
  54. like small news, stock-report...